var net/http.http2sorterPool
5 uses
net/http (current package)
h2_bundle.go#L3645: var http2sorterPool = sync.Pool{New: func() interface{} { return new(http2sorter) }}
h2_bundle.go#L6585: sorter := http2sorterPool.Get().(*http2sorter)
h2_bundle.go#L6587: http2sorterPool.Put(sorter)
h2_bundle.go#L10591: sorter := http2sorterPool.Get().(*http2sorter)
h2_bundle.go#L10595: defer http2sorterPool.Put(sorter)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |